home *** CD-ROM | disk | FTP | other *** search
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'',
- 'Copyright': u'',
- 'Description': u'',
- 'Host': u'Paint Shop Pro X',
- 'Host Version': u'10.00 Alpha 20050620.13'
- }
-
- def Preset_Backlighting():
- return {
- 'Strength': 20,
- 'Saturation': 0
- }
-
- def Do(Environment):
- # Backlighting_LOCALIZED
- App.Do( Environment, 'Backlighting', Preset_Backlighting())
-
-